SyApplicationKey 
Logical Entity Name  SyApplicationKey 
Default Table Name  SyApplicationKey 
Physical Only  NO 
Definition 
 
Note 
 

SyApplicationKey Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SyApplicationKeyId(PK)    char(10)  NO 
 
ApplicationKey    char(10)  YES 
 
CallingApplicationName    char(10)  YES 
 
AssociatedStaffId(FK)    int  NO 
 
IsSystemGenerated    char(10)  NO 
 
ExpirationDate    char(10)  NO 
 
AddedByUserId    char(10)  NO 
 
UserId    char(10)  NO 
 
DateAdded    char(10)  NO 
 
DateLstMod    char(10)  NO 
 
ts    char(10)  NO 
 

SyApplicationKey Primary and Unique Keys 
Key Name  Key Type  Keys 
UK_SyApplicationKey_CallingApplicationName  Index  CallingApplicationName 
PK_SyApplicationKey_SyApplicationKeyId  PrimaryKey  SyApplicationKeyId 

SyApplicationKey Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
SyStaff  Non-Identifying  One To Zero or More  FK_SyApplicationKey_AssociatedStaffId_SyStaff_SyStaffId      AssociatedStaffId  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 

SyApplicationKey Check Constraints 
Check Constraint Name  CheckConstraint